a.menu-btn {
    width: 0.77rem;
    height: 0.74rem;
    display: flex;
    flex-direction: column;
    gap: .07rem;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    /* border: 0.01rem solid #fff; */
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ambg.png)no-repeat center/contain;
    padding-left: 0.15rem;
    box-sizing: border-box;
}
a.menu-btn.btn2 {
    display: none
}
a.sou-btn {display: flex;width: .33rem;height: .33rem;border: 0.01rem solid  #fff;justify-content: center;align-items: center;border-radius: 50%;margin-left: 0.1rem;}
a.menu-btn .xian {
    display: block;
    height: .04rem;
    width: .32rem;
    background: #fff;
    border-radius: .03rem;
    transition: all .4s ease-in-out;

}

a.menu-btn.arrow .xian:nth-child(2) {
    display: none
}

a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: .2rem;
    position: absolute
}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: .21rem;
    position: absolute
}

.fixbox {
    position: fixed;
    z-index: 2;
    background: var(--mainColor);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    clip-path: circle(32px at 110% 0);
    padding: 2.5rem calc(50vw - 8.2rem);
    box-sizing: border-box
}

.fixbox .close {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    margin-right: -8.2rem;
    top: .55rem;
    cursor: pointer
}

.fixbox .close img {
    width: .25rem
}

.fixbox.open {
    display: flex
}

.fixbox {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.fixbox a {
    color: #fff
}

.fixbox .wp-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff4d;
    min-height: 80%;
    margin-bottom: .6rem;
    text-align: center
}

.fixbox .wp-menu .menu-link {
    text-align: left;
    font-size: var(--bigSize);
    line-height: 2;
    display: block
}

.fixbox .site-lang ul li.links a {
    border: 1px solid #ffffff4d;
    line-height: 2
}

.fixbox .wp-menu .sub-menu {
    margin-top: .3rem;
    text-align: left;
}

.fixbox .wp-menu .sub-menu .sub-menu {
    display: none
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--smailSize);
    opacity: .8;
    line-height: 2
}
.fixbox .wp-menu .sub-menu a:hover {
    color: #fff;
    opacity: 1;
}
.fixbox .searchbox {border-radius: 0;width: 3rem;margin: 0;/* display: none; */}

.fixbox .wp-search .search-input input.search-title {
    line-height: 0.5rem;
}

.fixbox .wp-search .search-btn {
    width: 0.5rem;
    height: 0.5rem;
}
.mobile .fixbox .wp-menu .sub-menu .sub-menu {
    display: block
}
